home *** CD-ROM | disk | FTP | other *** search
- <SCRIPT language="JavaScript" type="text/javascript">
- <!-- // Hide from older browsers
-
- /* Place this script into the head section.
-
- This script doesn't allow the Contextmenu on Rightclick.
- ! IE Only ! */
-
- var message="Your Message here!";
- function click(e)
- {
- if (document.all)
- {
- if (event.button==2||event.button==3)
- {
- alert(message);
- return false;
- }
- }
- if (document.layers)
- {
- if (e.which == 3)
- {
- alert(message);
- return false;
- }
- }
- }
- if (document.layers)
- {
- document.captureevents(event.mousedown);
- }
- document.onmousedown=click;
- // End hide -->
- </SCRIPT>
-